home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d26
/
ode25.arc
/
STAG.ODE
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-10-22
|
256 b
|
15 lines
# STAG.ODE
# Stagnation point flow in fluid dynamics.
# Try to find initial g2 such that g1 tends to 1 as t gets large.
$m -5
$t 20
$n 200
g = 0
g1 = 0
g2 = 1.23225 # This is quite close !
g' = g1
g1' = g2
g2' = sqr(g1) - g*g2 - 1